www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/hu.php

    <?php
$lang['blog']['title'] = 'blog';
$lang['blog']['main_message'] = 'Here, you can make new posts to add to your blog. Posts will be automatically sorted on date.';
$lang['blog']['descr'] = 'blog használata a hírek és cikkek írására';
$lang['blog']['categories'] = 'kategóriák';
$lang['blog']['category'] = 'kategória';
$lang['blog']['choose_cat'] = 'Kategória választás...';
$lang['blog']['no_cat'] = 'nincsenek kategóriák';
$lang['blog']['new_cat'] = 'új kategória';
$lang['blog']['new_cat_message'] = 'elsőnek add meg az új kategória nevét, majd katt a "mentés" gombra';
$lang['blog']['delete_cat'] = 'kategória törlése';
$lang['blog']['posts'] = 'létező üzenetek';
$lang['blog']['new_post'] = 'új üzenet írása';
$lang['blog']['edit_post'] = 'üzenet módosítása';
$lang['blog']['delete_post'] = 'üzenet törlése';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'posted by';
$lang['blog']['reactions'] = 'válaszok';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'válasz módosítás';
$lang['blog']['edit_reactions_message'] = 'Itt tudod módosítani a válaszokat melyeket üzenetekre írtak.';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'válasz törlése';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML-kód nem engedélyezett.';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>